Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save to file #90

Closed
wants to merge 1 commit into from
Closed

Save to file #90

wants to merge 1 commit into from

Conversation

Luke-Sikina
Copy link
Member

No description provided.

@Luke-Sikina Luke-Sikina added the enhancement New feature or request label Nov 10, 2023

try {
LOG.info("Writing query {} to file: {}", queryId, filePath);
Files.createDirectory(dirPath);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check if dir exists

return fileWriter.writeResultToFile("phenotypic_data.tsv", phenotypicQuery.getId(), result);
}

public boolean createGenomicData(Query phenotypicQuery) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/phenotypic//

- We need to be able to upload hpds query results to aws
- Most of this work will be done by another service, but
we need hpds to write the results to a file prior to upload
@Luke-Sikina Luke-Sikina deleted the branch release/0005 November 27, 2023 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant